Activity for Morten MacFly

  • Morten MacFly Morten MacFly modified ticket #302

    Hello Darkness My Old Friend...

  • Morten MacFly Morten MacFly posted a comment on ticket #302

    I guess you did not read the introduction note: If you switch to dark mode you have to reset custom colours once. The reason is that custom colours will always override default ones, but custom colours for the light theme are obviously not valid for dark themes. That should solve the issue, please report back...

  • Morten MacFly Morten MacFly modified ticket #303

    WCM 26.02 Dark Mode Issues (?)

  • Morten MacFly Morten MacFly committed [r2004] on Code

    * updated README for RPi

  • Morten MacFly Morten MacFly committed [r2003] on Code

    * created tag Release_26_02

  • Morten MacFly Morten MacFly committed [r2002] on Code

    - updated ReadMe files on SF.net

  • Morten MacFly Morten MacFly created a blog post

    Feature requests, bug fixes, dark mode, HiDPI and WoA64

  • Morten MacFly Morten MacFly modified a blog post

    Feature requests, bug fixes, security and new compiler

  • Morten MacFly Morten MacFly committed [r2001] on Code

    * updated CHANGELOG

  • Morten MacFly Morten MacFly committed [r2000] on Code

    * adjusted release scripts

  • Morten MacFly Morten MacFly committed [r1999] on Code

    * code optimisations caused by updated wxWidgets UI code generator (wxSmith)

  • Morten MacFly Morten MacFly committed [r1998] on Code

    * allow settings the pixel size of icons in the list control to support larger icons on HiDPI screens (make sure you use at least 32x32 on these)

  • Morten MacFly Morten MacFly committed [r1997] on Code

    * updated wxSQLite3 to 4.11.2, SQLite3 Multiple Ciphers version 2.2.7 (SQLite version 3.51.2)

  • Morten MacFly Morten MacFly committed [r1996] on Code

    - updated copyright in PugyXML based on GIT

  • Morten MacFly Morten MacFly committed [r1995] on Code

    * bump release number

  • Morten MacFly Morten MacFly committed [r1994] on Code

    - eliminate obsolete project build targets

  • Morten MacFly Morten MacFly committed [r1993] on Code

    * remove (obsolete) non-optimisation build (O0)

  • Morten MacFly Morten MacFly committed [r1992] on Code

    - silence (LLVM) compiler warning

  • Morten MacFly Morten MacFly committed [r1991] on Code

    * added ARM(64) resource and manifest files

  • Morten MacFly Morten MacFly committed [r1990] on Code

    * prepared build files for WoA64

  • Morten MacFly Morten MacFly committed [r1989] on Code

    * added exchndl for WoA64

  • Morten MacFly Morten MacFly committed [r1988] on Code

    * added curl for WoA64

  • Morten MacFly Morten MacFly committed [r1987] on Code

    * update libCURL to v8.18.0_2

  • Morten MacFly Morten MacFly committed [r1986] on Code

    - remove O0 targets (optimisation off) as its likely obsolete now

  • Morten MacFly Morten MacFly modified ticket #1567

    DARK MODE PLS

  • Morten MacFly Morten MacFly posted a comment on ticket #1567

    Implemented in SVN, [r13777] . Closing therefore. Note: Only available for wx3.3.x a above.

  • Morten MacFly Morten MacFly committed [r13777] on SVN Repo

    * implemented dark/light-mode for C::B as provided by wxWidgets version v3.3.x and above (closes FR#1567)

  • Morten MacFly Morten MacFly committed [r1985] on Code

    * allow a few more colour customisations

  • Morten MacFly Morten MacFly posted a comment on ticket #300

    Any news? Is that an accepted answer? Otherwise I would close the ticket.

  • Morten MacFly Morten MacFly modified a comment on ticket #297

    Just as a feedback for now: I still don't know what to do with it. "Focus on item change" does what it is supposed to do. Also, when the check is running. I believe what is happening is tat at the time of your right-click you visually have selected the item, but the background check already focussed on the next one. Since the right-click is operated on the selected (=in that case also focussed) item you get the answer as expected, but not as intended by you. I would advise to either turn this option...

  • Morten MacFly Morten MacFly posted a comment on ticket #297

    Just as a feedback for now: I still don't know what to do with it. "Focus on item change" does what it is supposed to do. Also, when the check is running. I believe what is happening is tat at the time of your right-click you visually have selected the item, but the background check already focussed on the next one. Since the right-click is operated on the selected (=in that case also focussed) item you get the answer as expected, but not as intended by you. I would advise to either turn this option...

  • Morten MacFly Morten MacFly posted a comment on ticket #294

    OK, that is weird. Here: https://sourceforge.net/p/webchangemon/code/HEAD/tree/trunk/CurlManager.cpp#l1198 ...starting at line 1192 you can see how this is handled: Clean the list of entries Collect the (new) ones to be applied Apply the new list that contains only the new entries and no old ones Which means any old entries should be eliminated. What you describe would mean that this is not working properly. r I am using the API in a wrong way. Maybe I need a closer look... If you have an idea -...

  • Morten MacFly Morten MacFly modified ticket #301

    Bug with tool command line tags and spaces

  • Morten MacFly Morten MacFly posted a comment on ticket #301

    That's a good one - I did not think of. It is due to an old backward-compatibility piece of code. Before %old and %new was introduced, it used to be %1 and %2. I changed that for exactly that reason and actually deprecated %1 and %2 w/o removing these code portions. This is done now in [r1984].

  • Morten MacFly Morten MacFly committed [r1984] on Code

    * fix Bug#301 with tool command line tags and spaces by eliminating old compatibility %1 and %2 tag which is now entirely deprecated therefore

  • Morten MacFly Morten MacFly committed [r1983] on Code

    * make text boxes in config dialog appear properly for custom colours

  • Morten MacFly Morten MacFly committed [r1982] on Code

    * welcome dark mode my old friend...

  • Morten MacFly Morten MacFly modified a comment on ticket #1567

    That is correct and it used to be my part of updating this control. However, the underlying scintilla did a huge change starting with a certain version (I don't recall at the moment) that I was unable to port to C::B. Maybe its worth another trial or, another option, accept that we loose some features of the (custom) control we use and switch to the "native" scintilla control that wxWidgets ships meanwhile (which wasn't the case for a long time another reason why there was/is a specific C:B control)....

  • Morten MacFly Morten MacFly posted a comment on ticket #1567

    That is correct and it used to be my part of updating this control. However, the underlying scintilla did a huge change starting with certain version that I was unable to port to C::B. Maybe its worth another trial or, another option, accept that we loose some features of the (custom) control we use and switch to the "native" scintilla control that wxWidgets ships meanwhile (which wasn't the case for a long time another reason why there was/is a specific C:B control). These are the options we ha...

  • Morten MacFly Morten MacFly posted a comment on ticket #1567

    We are on wx 33 already, see here for example: https://sourceforge.net/p/codeblocks/code/HEAD/tree/trunk/src/CodeBlocks_wx33.cbp I did not look into it so far, but if it is really easier with the wx33 support: Any patches are welcome!

  • Morten MacFly Morten MacFly committed [r13766] on SVN Repo

    * allow to fine-tune compiler output polling by exposing the respective polling timer values though compiler options

  • Morten MacFly Morten MacFly committed [r71] on Code

    * updated libJSONCons to v1.5.0

  • Morten MacFly Morten MacFly committed [r13765] on SVN Repo

    * add a new compiler option to entirely silence all compiler output (temporarily) to improve compilation speed for large, (error-free) projects

  • Morten MacFly Morten MacFly committed [r1981] on Code

    * transition to the year 2026 (Happy new Year!)

  • Morten MacFly Morten MacFly committed [r1980] on Code

    * updated wxSQLite3 to 4.11.1, SQLite3 Multiple Ciphers version 2.2.6 (SQLite version 3.51.1)

  • Morten MacFly Morten MacFly committed [r1979] on Code

    * updated libJSONCons to v1.5.0

  • Morten MacFly Morten MacFly committed [r1978] on Code

    * updated translation files

  • Morten MacFly Morten MacFly committed [r1977] on Code

    * update libCURL to v8.18.0_1

  • Morten MacFly Morten MacFly committed [r70] on Code

    * make use of wxIconBundle (later)

  • Morten MacFly Morten MacFly committed [r69] on Code

    * added more icons in XPM format to make use of wxIconBundle (later)

  • Morten MacFly Morten MacFly committed [r68] on Code

    * created tag 25.12

  • Morten MacFly Morten MacFly committed [r67] on Code

    * updated changelog

  • Morten MacFly Morten MacFly committed [r66] on Code

    * add support for special formats like Withings SmartWatches (values in CSV files represented as vectors)

  • Morten MacFly Morten MacFly committed [r65] on Code

    * bump release version

  • Morten MacFly Morten MacFly committed [r1976] on Code

    * updated translation files

  • Morten MacFly Morten MacFly committed [r1975] on Code

    * created tag Release_25_12

  • Morten MacFly Morten MacFly committed [r1974] on Code

    - updated README for Linux after switching to Ubuntu 24.04-LTS and wxWidgets 3.1

  • Morten MacFly Morten MacFly committed [r1973] on Code

    * updated CHANGELOG

  • Morten MacFly Morten MacFly committed [r1972] on Code

    * compilation fixes for Linux distros using wxWidgets v3.x (and higher)

  • Morten MacFly Morten MacFly modified a blog post

    Feature requests, bug fixes, security and new compiler

  • Morten MacFly Morten MacFly created a blog post

    Feature requests, bug fixes, security and new compiler

  • Morten MacFly Morten MacFly committed [r1971] on Code

    * bump release number

  • Morten MacFly Morten MacFly committed [r64] on Code

    * update entire project to wxWidgets v3.3, libraries and flags

  • Morten MacFly Morten MacFly committed [r63] on Code

    * update entire project to wxWidgets v3.3

  • Morten MacFly Morten MacFly committed [r1970] on Code

    * libPugiXML: inline static variable

  • Morten MacFly Morten MacFly committed [r1969] on Code

    - updated forgotten updated wxsqlite files (no functional change)

  • Morten MacFly Morten MacFly committed [r62] on Code

    * updated build system to new compiler

  • Morten MacFly Morten MacFly committed [r61] on Code

    * update to wxMathPlot library

  • Morten MacFly Morten MacFly committed [r60] on Code

    * updated libJSONCons to v1.4.3

  • Morten MacFly Morten MacFly committed [r59] on Code

    * updated libCVS to latest GIT HEAD

  • Morten MacFly Morten MacFly modified ticket #51

    Crash when dragging an item below the last item in multi-column mode

  • Morten MacFly Morten MacFly modified a comment on ticket #90

    This is fixed in SVN now [r937]. Thanks for reporting! Await the next release...

  • Morten MacFly Morten MacFly modified ticket #90

    Ampersands in titles missing from notifications

  • Morten MacFly Morten MacFly modified ticket #79

    Best way to help with fixing UI spelling/grammatical errors

  • Morten MacFly Morten MacFly modified ticket #94

    "Set" button in Configuration -> Colours generates error

  • Morten MacFly Morten MacFly modified ticket #274

    `Hide on minimise` option freezes system

  • Morten MacFly Morten MacFly modified ticket #296

    The ability to enable/disable Items from the list of Items to check

  • Morten MacFly Morten MacFly modified ticket #299

    "Find next..." behavior on the Add/modify item > Content page.

  • Morten MacFly Morten MacFly posted a comment on ticket #299

    Implemented in SVN [r1968] . Closing.

  • Morten MacFly Morten MacFly committed [r1968] on Code

    * implement FR#299: "Find next..." behavior on the Add/modify item > Content page

  • Morten MacFly Morten MacFly posted a comment on discussion General Discussion and Help

    This requires a full web browser (and likely also CSS and JavaScript) engine to work. By design, WCM does not make use of such. Instead, you can reduce / point to the sections by using all the features it provides instead, like Tags, Ignores, RegEx patterns and so on... I usually first strip down to what I want to monitor exactly by searching for the phrase in the content, then choosing the HTML (JSON...) items whatever comes just before that one and use it a start tag. Hope this helps. If not, please...

  • Morten MacFly Morten MacFly posted a comment on discussion General Discussion and Help

    That's why XPath and JSONPath was added such that you can use what you' described above easily: /html/body/div[4]/div[1]/div[2]/table/tbody/tr/td/div/div[1]/table/tbody/tr/td

  • Morten MacFly Morten MacFly modified ticket #300

    Allow Item list to scroll when manually rearranging Items

  • Morten MacFly Morten MacFly posted a comment on ticket #300

    This is unfortunately a limitation of the underlying UI control that I cannot change. But you can use the keys "<" and ">" for that purpose. Additionally, in the "Items" menu you can sort alphabetically and if you introduce a certain prefix for the label of the items they become sorted as you wish. Let me know if that is of help for you and then I will close the ticket.

  • Morten MacFly Morten MacFly modified ticket #297

    Inability to check an updated item for differences (run a Compare) while the checking of all items is running

  • Morten MacFly Morten MacFly posted a comment on ticket #297

    You could also inspect the debug log once enabled under Options - Misc - (last section) Content Filter, Decision for Checks, Ignore pattern etc... and have all enabled in the log UI. Maybe then you'll find out yourself...

  • Morten MacFly Morten MacFly posted a comment on ticket #297

    OK, for this to investigate I need an example webpage where this happens as it does not occur to me at all. Can you provide an example (webpage, steps to reproduce)? Thank you!

  • Morten MacFly Morten MacFly modified ticket #295

    Alert box fatigue: "Regular expression is not applicable for the selected content (no matches found)."

  • Morten MacFly Morten MacFly modified ticket #295

    Alert box fatigue: "Regular expression is not applicable for the selected content (no matches found)."

  • Morten MacFly Morten MacFly posted a comment on ticket #295

    Implemented / improved in SVN [r1967] . Closing.

  • Morten MacFly Morten MacFly committed [r1967] on Code

    * fixed BR#295: Alert box fatigue: "Regular expression is not applicable for the selected content (no matches found)."

  • Morten MacFly Morten MacFly modified ticket #299

    "Find next..." behavior on the Add/modify item > Content page.

  • Morten MacFly Morten MacFly posted a comment on ticket #299

    Seems useful, indeed, but then should also work like that on other dialogs with a search function... I need to investigate how this can be solved properly though...

  • Morten MacFly Morten MacFly modified ticket #298

    Don't scroll to the position of the item being checked when initiating the check of all items.

  • Morten MacFly Morten MacFly posted a comment on ticket #298

    You can do this already under: Tools - Options - Misc - "Focus item on change" and "select item on change". I consider this BR invalid therefore. If you mean something different, please open another FR.

  • Morten MacFly Morten MacFly modified ticket #295

    Alert box fatigue: "Regular expression is not applicable for the selected content (no matches found)."

  • Morten MacFly Morten MacFly posted a comment on ticket #295

    Yeah, I never noticed the message appears several times. The reason is that the colouring is updated immediately so you can see if you grabbed the right phrase. I will think about a way how t handle this, e.g. one option would be to do this on the "lost focus" event, i.e. when you leave the textbox instead, while typing.

  • Morten MacFly Morten MacFly modified ticket #297

    Inability to check an updated item for differences (run a Compare) while the checking of all items is running

1 >