-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: jrrchen/codeblocks-python
base: master
head repository: spillz/codeblocks-python
compare: master
- 20 commits
- 25 files changed
- 3 contributors
Commits on Jan 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a9e97ac - Browse repository at this point
Copy the full SHA a9e97acView commit details
Commits on Jan 24, 2015
-
PythonCodeCompletion: Allow user to put python setup commands in ~/.c…
…odeblocks/share/codeblocks/python/python_completion_config.py (primary purpose is to add directories of cached modules to the python path)
Configuration menu - View commit details
-
Copy full SHA for 166c788 - Browse repository at this point
Copy the full SHA 166c788View commit details -
PythonCodeCompletion: added sample of the python_completion_config.py…
… script that users can copy to their user data folder to add custom module paths for autocompletion or to configure jedi
Configuration menu - View commit details
-
Copy full SHA for b5c2674 - Browse repository at this point
Copy the full SHA b5c2674View commit details -
PythonCodeCompletion: Improved completion hint formatting by unwrappi…
…ng wrapped text and using the objects type and name as the heading. Improved calltip formatting by separating default args from the call spec (easier for the plugin to parse).
Configuration menu - View commit details
-
Copy full SHA for 5a9b6f7 - Browse repository at this point
Copy the full SHA 5a9b6f7View commit details
Commits on Feb 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0f7ef71 - Browse repository at this point
Copy the full SHA 0f7ef71View commit details
Commits on Apr 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c28df9a - Browse repository at this point
Copy the full SHA c28df9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b93bf17 - Browse repository at this point
Copy the full SHA b93bf17View commit details
Commits on Mar 22, 2017
-
Fix unrequested codecompletion menu: When asking for auto-completion,…
… a background task starts, and then the insertion-point changes by the user (probably he doesn't want to wait for the CC results), the codecompletion menu still apeared at a (possibly) undesired location. Should fix Issue#5
Configuration menu - View commit details
-
Copy full SHA for c788f2f - Browse repository at this point
Copy the full SHA c788f2fView commit details
Commits on Apr 18, 2018
-
- build: Use ".lib" or ".include" in CB Global vars
Tim S committedApr 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 1c5f55d - Browse repository at this point
Copy the full SHA 1c5f55dView commit details -
Made project into NOPCH. And, added "-std=gnu++11" to some projects.
Tim S committedApr 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 84e9b4f - Browse repository at this point
Copy the full SHA 84e9b4fView commit details -
- PythonCodeCompletion: PCH code fixes
Tim S committedApr 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 4f99087 - Browse repository at this point
Copy the full SHA 4f99087View commit details -
- PythonDebugger: PCH code fixes
Tim S committedApr 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 0d27f14 - Browse repository at this point
Copy the full SHA 0d27f14View commit details -
- PythonInterpreter: PCH code fixes
Tim S committedApr 18, 2018 Configuration menu - View commit details
-
Copy full SHA for da3ae74 - Browse repository at this point
Copy the full SHA da3ae74View commit details -
- XmlRpcEmbedder: PCH code fixes
Tim S committedApr 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 731cb8d - Browse repository at this point
Copy the full SHA 731cb8dView commit details -
- PythonInterpreter: PCH code fixes
Tim S committedApr 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 13bec53 - Browse repository at this point
Copy the full SHA 13bec53View commit details -
* PythonInterpreter: Build fix by updating SCI macros
Tim S committedApr 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 0319a25 - Browse repository at this point
Copy the full SHA 0319a25View commit details -
* PythonInterpreter: Possible build fix needs tested
Tim S committedApr 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 2307000 - Browse repository at this point
Copy the full SHA 2307000View commit details
Commits on Jun 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7301062 - Browse repository at this point
Copy the full SHA 7301062View commit details -
Merge pull request spillz#6 from yvesdm3000/master
Fix unrequested codecompletion menu: When asking for auto-completion,…
Configuration menu - View commit details
-
Copy full SHA for 28584f2 - Browse repository at this point
Copy the full SHA 28584f2View commit details
Commits on Oct 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1c66848 - Browse repository at this point
Copy the full SHA 1c66848View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master