Wingware Support's profile - activity
2025-06-24 07:22:31 -0500 | answered a question | jump to test file function I'm not finding an existing example of this but you would call GetCurrentSourceScopes on the CAPIApplication object in t |
2025-06-24 07:06:10 -0500 | answered a question | "Command+enter" to send message in ai coder If you bound Command+Enter to the command eval-sel-in-shell then it'll always do that command because it is active all t |
2025-06-22 15:30:47 -0500 | received badge | Rapid Responder ( source ) |
2025-06-22 15:30:47 -0500 | answered a question | Right mouse button click not works This is a bug that should be fixed in the next release. |
2025-06-22 11:46:19 -0500 | commented question | Right mouse button click not works Could you go to the Wing Settings Directory that is listed in the About dialog box, find the error-log file, and email i |
2025-06-22 09:41:46 -0500 | commented question | Right mouse button click not works Please submit a bug report from Wing's Help menu and check the box to include the error-log. |
2025-06-20 07:20:43 -0500 | commented question | "Command+enter" to send message in ai coder What OS are you on and what keyboard type? It seems like that already is working for me but it may be because I'm tryin |
2025-06-20 07:19:28 -0500 | commented question | "Command+enter" to send message in ai coder What OS are you on and what keyboard type? It seems like that already is working for me but it may be because I'm tryin |
2025-06-09 12:15:34 -0500 | answered a question | uv and ruff tool path problem This was a bug that should be fixed in Wing 11.0.1+. |
2025-06-06 06:59:19 -0500 | answered a question | Variable Persistence in the Debug Console That's odd. What is the error message, if any? If you put that into code does it work when you debug it? If it is so |
2025-06-06 06:59:19 -0500 | received badge | Rapid Responder ( source ) |
2025-05-26 09:56:48 -0500 | answered a question | builtins.AttributeError: 'str' object has no attribute 'co_consts' This is fixed in a Wing 10 update. Please use Help > Check for Updates to get it. |
2025-05-26 09:56:48 -0500 | received badge | Rapid Responder ( source ) |
2025-05-24 07:42:32 -0500 | commented answer | Refactoring using local AI solutions Could you please email an example prompt that works better to support@wingware.com? As you seem to know (but I'll menti |
2025-05-24 07:40:12 -0500 | commented answer | Refactoring using local AI solutions Could you please email an example prompt that works better to support@wingware.com? |
2025-05-23 08:47:07 -0500 | commented answer | Refactoring using local AI solutions I suspect the fact that we include all of much of the content of the current file with requests is blowing the context w |
2025-05-21 11:31:04 -0500 | commented question | Debug Console not showing Unicode We'll look further into this and try to improve it in the future, but RTL text isn't currently supported. You may want t |
2025-05-21 09:04:03 -0500 | received badge | Rapid Responder ( source ) |
2025-05-21 09:04:03 -0500 | answered a question | Does WingIDE have an builtin integration for claude code? It might be possible to create something like this using Wing's scripting API but it doesn't exist yet, as far as I know |
2025-05-21 07:32:18 -0500 | commented question | Debug Console not showing Unicode This almost certainly due to the right to left text support (or the lack thereof) in Wing's editor. What version of Wing |
2025-05-20 04:29:49 -0500 | received badge | Necromancer ( source ) |
2025-05-16 06:49:21 -0500 | answered a question | How to setup HTML, CSS, and JavaScript Editing in Wing Wing can edit non-Python files as text files and most file formats have syntax highlighting and there is limited support |
2025-05-16 06:49:21 -0500 | received badge | Rapid Responder ( source ) |
2025-05-09 23:03:53 -0500 | answered a question | Wing doesn't print repr of dataclasses in some cases We've reproduced this and will fix it in a future release. |
2025-05-09 23:03:53 -0500 | received badge | Rapid Responder ( source ) |
2025-05-09 19:55:28 -0500 | commented question | Wing doesn't print repr of dataclasses in some cases What version of Python and what platform are you using? |
2025-05-08 20:29:22 -0500 | received badge | Rapid Responder ( source ) |
2025-05-08 20:29:22 -0500 | answered a question | Wing doesn't print repr of dataclasses in some cases With Python 3.12, the repr() of A(f=pendulum.Date(2025, 1, 1)) is A(f=Date(2025, 1, 1)) -- this is what print(repr(A(f=p |
2025-05-01 08:15:26 -0500 | answered a question | launch recognition of only one test file in a django project using the testing tool There isn't a way to debug a specific test that hasn't been discovered yet. Just set a break point in the test code you |
2025-04-25 11:57:10 -0500 | commented answer | Refactoring using local AI solutions See AI Assisted Development > Configuring AI Providers > Running Models Locally in the integrated copy of the manu |
2025-04-25 07:43:05 -0500 | edited answer | Refactoring using local AI solutions Wing 11.0.0.3 added support for OpenAI API compatible AI providers, including those running locally like Ollama. I'm st |
2025-04-25 07:41:09 -0500 | answered a question | Refactoring using local AI solutions Wing 11.0.0.3 added support for OpenAI compatible AI providers, including those running locally like Ollama. I'm still |
2025-04-25 07:28:53 -0500 | commented answer | uv and ruff tool path problem I think that Wing somehow isn't inheriting the env correctly when started from the icon on macOS. It seems to work if y |
2025-04-25 07:27:46 -0500 | commented answer | uv and ruff tool path problem I think that Wing somehow isn't inheriting the env correctly when started from the icon on macOS. It seems to work if y |
2025-04-23 19:59:24 -0500 | answered a question | uv and ruff tool path problem I think you need to add to your PATH environment. You can do this either outside of Wing (so everything has access to t |
2025-04-23 19:59:24 -0500 | received badge | Rapid Responder ( source ) |
2025-04-08 10:59:23 -0500 | commented answer | Use a 3-party openai provider. In theory someone could write support for another AI provider in plugins/ai in the IDE installation. In practice I susp |
2025-04-08 07:32:43 -0500 | commented question | having trouble debugging selenium threads Does selenium start sub-processes? If so, enabling Debug Child Processes under the Debug/Execute tab in Project Propert |
2025-04-07 23:21:09 -0500 | commented question | having trouble debugging selenium threads Does Wing stop if you insert an assert 0 at the breakpoint location? If it doesn't, the debugger probably isn't connecte |
2025-04-02 13:24:15 -0500 | received badge | Rapid Responder ( source ) |
2025-04-02 13:24:15 -0500 | answered a question | per-project themes? There isn't a way to tie this to which project is open. You could use the --prefs-file=/path/to/preferences command lin |
2025-03-31 10:29:03 -0500 | answered a question | Maximizing the current module view. Maximize Editor Area in the Tools menu (Shift-F2 to toggle) is the closest thing but doesn't hide the menu bar. You can |
2025-03-31 10:29:03 -0500 | received badge | Rapid Responder ( source ) |
2025-03-25 13:48:04 -0500 | commented answer | Use a 3-party openai provider. Thanks, will take a look when we get back to this. |
2025-03-25 10:07:46 -0500 | answered a question | How to show unsaved lines In Wing Pro you can click on the Diff/Merge toolbar icon to Compare Buffer to Disk. |
2025-03-25 10:07:46 -0500 | received badge | Rapid Responder ( source ) |
2025-03-15 12:27:58 -0500 | commented answer | Is virtualenv actually using venv? Yes, annual licenses work with all versions, including new ones once they are available. |
2025-03-15 10:41:46 -0500 | commented answer | Whats the best way to set zsh default terminal on a mac? Thanks. Didn't think of unchecking pseudo-TTY since bash doesn't work at all without that. Interesting... |
2025-03-15 10:37:18 -0500 | commented answer | Refactoring using local AI solutions Thanks, we'll definitely try to use that if possible. We should expose the ability to set base_url in any case. |
2025-03-15 10:33:20 -0500 | answered a question | Is virtualenv actually using venv? Yes, WIng is running Python with -m venv to set up a virtualenv. As far as I understand it 'virtualenv' was an older im |