1
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 9 hours ago.
Jul 24, 2025 — Jul 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
improve mobile accessibility (based on recommendations from Google Webmaster Tools) More... over 11 years ago
release 1.2.21; update website More... about 12 years ago
Merge pull request #17 from Zdancewic/master More... about 12 years ago
Fixed parsing of ocamldep output for post 3.12 versions. More... about 12 years ago
release version 1.2.20 More... about 12 years ago
OcaIDE now depends on Java 7 More... about 12 years ago
Also allow switching stack frames when we are able to parse the debugger output and the call stack window displays user-friendly stack frames. More... over 12 years ago
Make all the regex patterns for the debugger static, so we do not keep compiling them. More... over 12 years ago
Ensure the validity of the proposed stack location. More... over 12 years ago
Restore the message that displays when the debuggee starts. More... over 12 years ago
OCaml 4.01 onwards uses "program end". More... over 12 years ago
Make the debugging start/end messages whitespace insensitive too. More... over 12 years ago
Make all the ocamldebug output parsing to be whitespace insensitive. More... over 12 years ago
Fix empty string handling in makefile project properties. More... over 12 years ago
Do not allow an empty string to mean extra make options. More... over 12 years ago
Fix include paths when debugging a bytecode not at project root. More... over 12 years ago
Be a little more explicit as to why we can't display a variable under watch. More... over 12 years ago
Merge branch 'master' of ssh://[email protected]/nbros/OcaIDE.git More... over 12 years ago
When the source encoding is UTF-8, accented characters use two bytes, which was resulting in wrong offsets passed to ocamldebug when setting breakpoints. Fixed by changing the method of setting breakpoints from offset to (line,column). fixes 0000027: invalid line recognition in UTF-8 encoding More... over 12 years ago
release version 1.2.19 More... over 12 years ago
- fix the stack position when it is over 9 (regex only matched one digit) - allow switching stack frames by single click or using the arrow keys on the keyboard More... over 12 years ago
Implement switching stack frames by double clicking on the call stack. Good for debugging recursive functions. More... over 12 years ago
Fix jumping to the source file by double clicking on the call stack. More... over 12 years ago
Fix compatibility wth OCaml 4.01's backtrace. More... over 12 years ago
Create README.md More... over 12 years ago
update website More... over 12 years ago
release 1.2.18 More... over 12 years ago
update integrated toplevel documentation; remove now useless multi-line check More... over 12 years ago
Fix the Makefile target with new versions of make. More... over 12 years ago
After changing the input from history, set the cursor to the end of the input field. More... over 12 years ago