Re: Nefungují klávesové zkratky [61775]

2014-01-14 Tema obsahu xhonza5
Již vše funguje, jak má. 

Vyzkoušel jsem to, stiskl ctrl+mezerník, a poté se zkratky rozeběhly. :)
Díky!

-- 
http://forum.pspad.com/read.php?1,61743,61775
PSPad freeware editor http://www.pspad.com


Re: Cursor disappearing [61777]

2014-01-14 Tema obsahu khagaroth
Yes, I can reproduce it on both W7 and 8.1. Hitting 2x insert, or minimizing and
restoring the window fixes it.

-- 
http://forum.pspad.com/read.php?2,61532,61777
PSPad freeware editor http://www.pspad.com


C# in Code Explorer not working correctly [61778]

2014-01-14 Tema obsahu mrGizmo
I searched the PsPad forum and found several people who have requested help
however I didn't see any one that addressed the problem.  C# in the Code window
doesn't pull any methods/functions like it used to years ago, it pulls classes,
namespaces and defines but has lost it's ability to get the functions.  I looked
at the syntax ini and compared it to others and the only thing I could see is
that had relevance was the line CodeExplorer=ftCSharp, however I don't see a way
to edit or adjust it. What I'm looking for is something like the below sample:
(This is mangled due to formatting I'm hoping you'll get the gist of what the 
cite:

Hierarchical‎ Code TreeView   
-
TestSample  {NameSpace - Level 1 deep}
     CommandManager   {Class - Level 2 deep}
            ExecuteCommand   {Method/function in Class -
Level 3 deep}
            Undo {Method/function in Class -
Level 3 deep}
            EndDisableCommands   {Method/function in Class -
Level 3 deep}
            BeginDisableCommands {Method/function in Class -
Level 3 deep}
            ClearHistory {Method/function in Class -
Level 3 deep}
      Command  {Class - Level 2 deep}
      RangeInfo{Class - Level 2 deep}
            PlaceStart{Method/function in Class -
Level 3 deep}
            PlaceEnd  {Method/function in Class -
Level 3 deep}



Which code wise would look something like the below:


using System.Collections.Generic;
using System;

namespace TestSample
{
internal class CommandManager
{
public void ExecuteCommand(Command cmd)
{
}

public void Undo()
{
}

private void EndDisableCommands()
{
}

private void BeginDisableCommands()
{
}

internal void ClearHistory()
{
}
}

internal abstract class Command
{
}

internal class RangeInfo
{
public PlaceStart { get; set; }
public PlaceEnd { get; set; }
}
}


I have used this application for years and donated to this project, it would be
nice if this could be resolved.  Any ideas would be appreciated.:)

-- 
http://forum.pspad.com/read.php?2,61778,61778
PSPad freeware editor http://www.pspad.com


Re: Diff between two unsaved documents [61779]

2014-01-14 Tema obsahu jojo
Oh, I didn't expect it to be there. Thanks!

-- 
http://forum.pspad.com/read.php?2,61738,61779
PSPad freeware editor http://www.pspad.com


Bug: Dragging files from explorer to PSPad moves window to background [6178= 0]

2014-01-14 Tema obsahu jojo
On Win7 x64, it sometimes happens that dragging a file from Windows Explorer
into PSPad makes the PSPad window lose focus, and it's entirely possible that
another fullscreen window receives the focus. I haven't found a pattern for this
behaviour yet, so I'll try to reproduce it a few more times and see if I can
notice anything.

-- 
http://forum.pspad.com/read.php?2,61780,61780
PSPad freeware editor http://www.pspad.com


Re: C# in Code Explorer not working correctly [61781]

2014-01-14 Tema obsahu Jan Fiala
Thank you for example. I will try to fix it.

-- 
http://forum.pspad.com/read.php?2,61778,61781
PSPad freeware editor http://www.pspad.com