1
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Nov 05, 2024 — Nov 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
improve mobile accessibility (based on recommendations from Google Webmaster Tools) More... over 10 years ago
release 1.2.21; update website More... over 11 years ago
Merge pull request #17 from Zdancewic/master More... over 11 years ago
Fixed parsing of ocamldep output for post 3.12 versions. More... over 11 years ago
release version 1.2.20 More... over 11 years ago
OcaIDE now depends on Java 7 More... over 11 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 11 years ago
Make all the regex patterns for the debugger static, so we do not keep compiling them. More... over 11 years ago
Ensure the validity of the proposed stack location. More... over 11 years ago
Restore the message that displays when the debuggee starts. More... over 11 years ago
OCaml 4.01 onwards uses "program end". More... over 11 years ago
Make the debugging start/end messages whitespace insensitive too. More... over 11 years ago
Make all the ocamldebug output parsing to be whitespace insensitive. More... over 11 years ago
Fix empty string handling in makefile project properties. More... over 11 years ago
Do not allow an empty string to mean extra make options. More... over 11 years ago
Fix include paths when debugging a bytecode not at project root. More... over 11 years ago
Be a little more explicit as to why we can't display a variable under watch. More... over 11 years ago
Merge branch 'master' of ssh://[email protected]/nbros/OcaIDE.git More... over 11 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 11 years ago
release version 1.2.19 More... over 11 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 11 years ago
Implement switching stack frames by double clicking on the call stack. Good for debugging recursive functions. More... almost 12 years ago
Fix jumping to the source file by double clicking on the call stack. More... almost 12 years ago
Fix compatibility wth OCaml 4.01's backtrace. More... almost 12 years ago
Create README.md More... almost 12 years ago
update website More... almost 12 years ago
release 1.2.18 More... almost 12 years ago
update integrated toplevel documentation; remove now useless multi-line check More... almost 12 years ago
Fix the Makefile target with new versions of make. More... almost 12 years ago
After changing the input from history, set the cursor to the end of the input field. More... almost 12 years ago