Questions tagged [code-view]

20 questions
0
votes
1 answer

Use Eclipse PDT (or Mylyn) drilldown, without the clutter

I am becoming a frequent user of eclipse, and I like it. However I find myself wondering: Is there a way I can use eclipse drill-down and then hide everything in enclosing folders except the folder that I'm drilling into? (kind of how Mylyn filters…
lemiant
  • 4,205
  • 4
  • 31
  • 38
0
votes
1 answer

Dreamweaver CC - Code View Font Type

I had Dreamweaver CC, test version, now I have CS6. I really liked the default settings of the code view (font type, background color etc.) in CC. Now I uninstalled CC and I am stuck with the sloppy CS6 code view. So, could you just open your…
JakeTheSnake
  • 2,456
  • 3
  • 14
  • 26
0
votes
2 answers

Joomla plugin to display github code into articles

Is there any plugin available for joomla 2.5 to embed code from github repository. For word press there is a plugin to achieve the same (http://wordpress.org/extend/plugins/github-code-viewer-2/). I wanted to do include code from my github…
springpress
  • 134
  • 2
  • 3
  • 10
-1
votes
1 answer

FAR Call is set to jump to segment zero and offset zero in 8086 Assembly with no listings

Problem : What makes the FAR CALL to external procedure is set always to jump to CS:IP=0000:0000 ? which when traced by the debugger "CodeView" doesn't contain the actual procedure. I make four public procedures in four different files , the first…
-3
votes
1 answer

Is there a way to automatically go to code view (alt-f11) immediately upon opening workbook/sheet?

Want to bypass worksheet open as well as bypass userform object, and I don't want to execute userform code, I simply want to immediately go directly to the code view of a specific userform. Anyone know a way? Explored internet and tried creating a…
1
2