Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
aneury1
/
codeblocks-python
Public
forked from
spillz/codeblocks-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
codeblocks-python
PythonInterpreter
PythonInterpCtrl.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 18, 2018
* PythonInterpreter: Possible build fix needs tested
Tim S
committed
2307000
View commit details
Copy full SHA for 2307000
View code at this point
Browse repository at this point
* PythonInterpreter: Build fix by updating SCI macros
Tim S
committed
0319a25
View commit details
Copy full SHA for 0319a25
View code at this point
Browse repository at this point
- PythonInterpreter: PCH code fixes
Tim S
committed
13bec53
View commit details
Copy full SHA for 13bec53
View code at this point
Browse repository at this point
Commits on Mar 11, 2014
PythonInterpreter: strip carriage return from submitted code statements
spillz
committed
2817d4a
View commit details
Copy full SHA for 2817d4a
View code at this point
Browse repository at this point
Commits on Jan 25, 2014
PythonInterpreter: show an info window when the interpreter needs keyboard input
spillz
committed
d0e9734
View commit details
Copy full SHA for d0e9734
View code at this point
Browse repository at this point
PythonInterpreter: more or less correctly handle raw_input calls in the interpreter
spillz
committed
82696e9
View commit details
Copy full SHA for 82696e9
View code at this point
Browse repository at this point
Commits on Jan 20, 2014
PythonInterpreter: hide horizontal scrollbar if its not nedded
spillz
committed
755f1e5
View commit details
Copy full SHA for 755f1e5
View code at this point
Browse repository at this point
Commits on Jan 15, 2014
PythonInterpreter: don't add submitted command to history until it has been successfuly submitted (also stip trailing endline)
spillz
committed
615effe
View commit details
Copy full SHA for 615effe
View code at this point
Browse repository at this point
Commits on Jan 14, 2014
PythonInterpreter: automatic indentation in the code control (refactors dispatching to the interpreter to the CharAdded handler of wxScintilla, which is a bit more robust)
spillz
committed
2f47529
View commit details
Copy full SHA for 2f47529
View code at this point
Browse repository at this point
Commits on Jan 12, 2014
Use default font for IO window too
spillz
committed
d6a7e34
View commit details
Copy full SHA for d6a7e34
View code at this point
Browse repository at this point
Commits on Jan 11, 2014
PythonInterpreter: use cbStyledTextCtrl with editor font and color set for the code entry (still need brace highlighting and smart indenting)
spillz
committed
3419909
View commit details
Copy full SHA for 3419909
View code at this point
Browse repository at this point
Commits on Dec 27, 2013
PythonInterpreter: now runs with XmlRpc over pipe (required a few important bug fixes, but still potentially fragile if a spawned python process or C extension generates stdout/stderr on the pipe).…
Show description for d53407a
spillz
committed
d53407a
View commit details
Copy full SHA for d53407a
View code at this point
Browse repository at this point
Commits on Dec 24, 2013
PythonInterpreter: Add a simple notebook tab as a button for adding new interpreters and correctly handle the process termination event
spillz
committed
555eb6f
View commit details
Copy full SHA for 555eb6f
View code at this point
Browse repository at this point
PythonInterpreter: Browse through the command history in the code entry window using Ctrl + up or down arrow
spillz
committed
2813b7b
View commit details
Copy full SHA for 2813b7b
View code at this point
Browse repository at this point
Commits on Dec 4, 2013
PythonInterpreter: make sure to use unbuffered python mode when running interpreter on win32 and remove unnecessary log message
spillz
committed
66e3085
View commit details
Copy full SHA for 66e3085
View code at this point
Browse repository at this point
Commits on Dec 3, 2013
PythonInterpreter: fix warning and don't show a tool bar menu item
spillz
committed
e4ae817
View commit details
Copy full SHA for e4ae817
View code at this point
Browse repository at this point
Commits on Nov 22, 2013
PythonInterpreter: make the code editor control a bit smarter -- submit one liners automatically after enter, but don't submit lines that are indented or ending with a colon
spillz
committed
c5f14be
View commit details
Copy full SHA for c5f14be
View code at this point
Browse repository at this point
Commits on Nov 21, 2013
PythonInterpreter: smarter keyboard handling (now use Ctrl+D and Ctrl+Enter to dispatch code), better default sash position, code control keeps focus after dispatch, clear the code control for corr…
Show description for fbf854b
spillz
committed
fbf854b
View commit details
Copy full SHA for fbf854b
View code at this point
Browse repository at this point
Commits on Nov 20, 2013
PythonInterpreter,PythonCodeCompletion,XmlRpcEmbedder: remove XmlRpcMgr (and correctly free memory in PythonInterpreter, which fixes crash on exit)
spillz
committed
09a9ad6
View commit details
Copy full SHA for 09a9ad6
View code at this point
Browse repository at this point
Commits on Nov 19, 2013
PythonInterpreter: windows fixes (build against XmlRpcEmbedder monoDLL target)
spillz
committed
fadfbdc
View commit details
Copy full SHA for fadfbdc
View code at this point
Browse repository at this point
Commits on Nov 18, 2013
PythonInterpreter: Added code to handle XmlRpc over pipe, but not work yet. Also forgot to update project file for name changes in previous commit
spillz
committed
c1e01a3
View commit details
Copy full SHA for c1e01a3
View code at this point
Browse repository at this point
PythonInterpreter: plugin now working again (untested on windows). Lots of cruft removed
spillz
committed
c9215be
View commit details
Copy full SHA for c9215be
View code at this point
Browse repository at this point
Commits on Nov 16, 2013
PythonInterpreter: finish off bits needed for the plugin to work with the XmlRpcEmbedder
spillz
committed
31ea291
View commit details
Copy full SHA for 31ea291
View code at this point
Browse repository at this point
Commits on Nov 11, 2013
PythonInterpreter: intial commit of python interpreter (used to be part of original python plugin). Still not functional and currently needs to compile against tools+)
spillz
committed
489551c
View commit details
Copy full SHA for 489551c
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.