IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> SynEdit PlugIn 1.1, Public release
Yuraj
post Sep 25 2008, 05:19 PM
Post #1


MMBForums Junkie
Group Icon

Group: Members
Posts: 662
Joined: 28-July 06
From: Slovakia
Member No.: 12,181



SynEdit 1.1
Syntax highlighter plugin - freeware

Unfinished old project from 2007 year.
I have finished work on this project. Source code available to that, which want update it(via PM,only Delphi developers).
Download: link
Screenshot:


HighlighterConfig doesn't work well.

If you want set highlighter, use this:
CODE
**Highlighters: HTML,Cpp,Fortran,
**Java,Pascal,VB,Cobol,CS,CSS,JScript,
**PHP,VBScript,XML,Python,SQL,Asm,Inno
**MMB
set$='HTML'
PluginSet("PlugIn","set$")
PluginRun("PlugIn","SetHighlighter")


List of functions:
CODE
Show, Hide, SetHighlighter, Disable, Enable, Free, EventHandler,Events,
SetCaretLeft,SetCaretRight,GetText,SetText,SetFocus,HideCaret,ShowCaret,
SetCursor,Undo,Redo,Cut,Copy,Paste,Delete,SelectAll,Clear,BGColor,
ShowLineNum,HideLineNum,GutterColor,GutterWidth,GutterGrandientColor,
GutterFontSize,GutterFontStyle,GutterFontName,GutterFontColor,GutterHide,
GutterShow,FontSize,FontColor,FontName,FontStyle,LoadFile,SaveFile,
ReadOnly,ActiveLineColor,SelTextColor,ScrollBar,WordWrap,ScrollHintColor,
HideScrollHint,ShowScrollHint,GutterZeroStart,GetLength,SetCaretPos,
GetCaretPos,ReplaceSelText,GetSelText,GetSelLength,SelLength,SelStart,
ReplaceText,SetUppCase,SetLowCase,AddLine,DeleteLine,InsertLine,
DragDropEditing,NoSelection,ShowSpecialChars,HideSpecialChars,SetCaret,
LineSpacing,Border,DisableHighlighter,EnableHighlighter,MaxScrollWidth,
RightEdgePos,RightEdgeColor,FindDialog,ReplaceDialog,DisableRightClick,
EnableRightClick,GetPlugInVersion,InputBox,CanPaste,CanRedo,CanUndo,
ClearUndo,GetCurrentLine,GetLinesCount,MoveLine,SelCurrentLine,
DeselectText,GetModify,SetModify,ReverseText,GetWordCount,HighlighterConfig


Manual isn't planed:
Many functions are same like in TMemo or TRichEdit PlugIn. You can use their manuals.


--------------------
Go to the top of the page
 
+Quote Post
Nevercom
post Sep 25 2008, 05:43 PM
Post #2


MMBForums Superuser
Group Icon

Group: Members
Posts: 168
Joined: 24-July 06
From: Shiraz, Iran
Member No.: 12,137



Thanks Yuraj, You're Great !
Very Useful PlugIn.
BTW, Is there any chance to Highlight MMB Codes by this plugIn icon_question.gif


--------------------
Go to the top of the page
 
+Quote Post
Yuraj
post Sep 25 2008, 05:48 PM
Post #3


MMBForums Junkie
Group Icon

Group: Members
Posts: 662
Joined: 28-July 06
From: Slovakia
Member No.: 12,181



QUOTE (Nevercom @ Sep 25 2008, 06:43 PM) *
Thanks Yuraj, You're Great !
Very Useful PlugIn.
BTW, Is there any chance to Highlight MMB Codes by this plugIn icon_question.gif

Thx, so far no.. I have somewhere unit of the mmb script highlighter on my PC. But this needs update of plugin - and i don't have now Delphi icon_sad.gif . Maybe some other time...


--------------------
Go to the top of the page
 
+Quote Post
Nevercom
post Sep 25 2008, 06:04 PM
Post #4


MMBForums Superuser
Group Icon

Group: Members
Posts: 168
Joined: 24-July 06
From: Shiraz, Iran
Member No.: 12,137



QUOTE (Yuraj @ Sep 25 2008, 08:18 PM) *
Thx, so far no.. I have somewhere unit of the mmb script highlighter on my PC. But this needs update of plugin - and i don't have now Delphi icon_sad.gif . Maybe some other time...


Great ! at least there is a hope to have MMB Syntax Highlighter PlugIn !
Many Thanks...


--------------------
Go to the top of the page
 
+Quote Post
Shafayat
post Oct 5 2008, 04:46 PM
Post #5


MMBForums Elite
Group Icon

Group: Members
Posts: 1,262
Joined: 29-October 06
From: Flute Lake, Hamilton.
Member No.: 13,756



Nice stuff. Can't wait getting my hands on it. icon_smile.gif


--------------------


Go to the top of the page
 
+Quote Post
Yuraj
post Nov 15 2008, 05:30 PM
Post #6


MMBForums Junkie
Group Icon

Group: Members
Posts: 662
Joined: 28-July 06
From: Slovakia
Member No.: 12,181



Ok, here is new version 1.1 with MMB Syntax Highlighter icon_wink.gif :
link

PlugIn size only 324 kB (and it contains more highlighters)

Screen:


--------------------
Go to the top of the page
 
+Quote Post
Shafayat
post Nov 15 2008, 06:43 PM
Post #7


MMBForums Elite
Group Icon

Group: Members
Posts: 1,262
Joined: 29-October 06
From: Flute Lake, Hamilton.
Member No.: 13,756



Hey, Nice Job, Yuraj. Thanks a lot.

Regards
Shafayat


--------------------


Go to the top of the page
 
+Quote Post
Nevercom
post Nov 15 2008, 08:08 PM
Post #8


MMBForums Superuser
Group Icon

Group: Members
Posts: 168
Joined: 24-July 06
From: Shiraz, Iran
Member No.: 12,137



Thanks a lot, Yuraj !
Really Nice Work....


--------------------
Go to the top of the page
 
+Quote Post
cyruswick
post Nov 16 2008, 04:04 AM
Post #9


Registered User
Group Icon

Group: Members
Posts: 10
Joined: 15-March 08
Member No.: 17,994



Thank you very much, Yuraj ! thumbsup_anim.gif
Go to the top of the page
 
+Quote Post
multivision
post Nov 16 2008, 07:05 AM
Post #10


MMBForums Superuser
Group Icon

Group: Members
Posts: 219
Joined: 25-December 04
From: Hungary
Member No.: 1,780



Nice work! Thank you!


--------------------
www.blaho.hu
Go to the top of the page
 
+Quote Post
Yuraj
post Nov 16 2008, 11:29 AM
Post #11


MMBForums Junkie
Group Icon

Group: Members
Posts: 662
Joined: 28-July 06
From: Slovakia
Member No.: 12,181



Thanks ! icon_smile.gif


--------------------
Go to the top of the page
 
+Quote Post
French Love
post Oct 8 2009, 11:31 AM
Post #12


MMBForums Superuser
Group Icon

Group: Members
Posts: 247
Joined: 28-September 07
From: France
Member No.: 16,654



Hi Yuraj icon_wink.gif

Very Nice Works and Thank you icon_wink.gif


--------------------
Go to the top of the page
 
+Quote Post
French Love
post Jan 5 2010, 01:42 AM
Post #13


MMBForums Superuser
Group Icon

Group: Members
Posts: 247
Joined: 28-September 07
From: France
Member No.: 16,654



Hi Yuraj and Happy new year 2010 icon_wink.gif

This command doesn't works into SynEdit 1.1 and works with TMemoPlugIn icon_sad.gif
How Print ? i use Windows 7

CODE
PluginRun("PlugIn","Print")

Same with,

CODE
set$='RTF PlugIn - Print Demo'
PluginSet("PlugIn","set$")
PluginRun("PlugIn","Print")


--------------------
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

 



RSS Lo-Fi Version Time is now: 9th February 2010 - 07:21 AM